home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound(3, "Knap")
- end
-
- on mouseUp
- set result to baReadRegString("software\microsoft\DirectX", "Version", EMPTY, "HKEY_LOCAL_MACHINE")
- if not (result contains "6.00") then
- go("S2Chicken")
- end if
- baRunProgram("Montezum\Setup.exe", "normal", 0)
- end
-